Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/

manifest.json /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/manifest.json
201 Views
0 Comments
{
"name":"Dad Jokes",
"version": "0.0.1",
"manifest_version": 2,
"browser_action":
{
"default_popup
output_ss.PNG /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/output_ss.PNG
127 Views
0 Comments
Media file
popup.html /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/popup.html
427 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

script.js /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/script.js
261 Views
0 Comments
fetch('https://icanhazdadjoke.com/slack')
.then(data=> data.json())
.then(jokeData=> {
//var test=0;
const jokeText=joke
sloth.png /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/sloth.png
193 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/56 - Jokes Chrome Extension/style.css
204 Views
0 Comments
body {
width: 300px;
height: 300px;
background-color: aliceblue;
display: flex;
justify-content: center;
}